home *** CD-ROM | disk | FTP | other *** search
/ Alde ADA 5 #1 / ADA CD-ROM - Alde Publishing.iso / cm / calc.sid < prev    next >
Encoding:
Text File  |  1988-05-03  |  3.5 KB  |  76 lines

  1. --= SID = SIMTEL20 Ada Software Repository Item Description File = SID =--
  2. -- UNIT NAME         : Calculator Functions
  3. -- VERSION           : 
  4. -- REVIEW CODE       : 
  5. -- DDN ADDRESS       : 
  6. -- AUTHOR            : WIS JPMO
  7. --                   : Washington, DC
  8. --                   : 20330-6600
  9. --                   : Contact: Lt. Colonel Falgiano
  10. --                   : ESD/SCW
  11. --                   : Hanscom AFB, MA  01731
  12. -- COPYRIGHT         : (c) 1986, WIS JPMO
  13. -- DATE CREATED      : 
  14. -- DATE RELEASED     : 
  15. -- DATE LAST UPDATED : 
  16. -- LOCATION          : ASR
  17. -- ENVIRONMENT       : WICAT/ROS TeleSoft
  18. --= CLASSIFICATION       ===============================================--
  19. -- CATEGORY LEVEL 1  : TOOLS
  20. -- CATEGORY LEVEL 2  : Calculator Functions
  21. -- CATEGORY LEVEL 3  : 
  22. -- CATEGORY LEVEL 4  : 
  23. -- KEYWORD           : 
  24. -- INDEX             : Calculator
  25. -- INDEX             : Functions, Calculator
  26. -- TAXONOMY          : 
  27. -- DEPENDENCIES      : 
  28. -- SEE ALSO          : WIS_TOOL_36
  29. --= FILE LISTING         ===============================================--
  30. -- FILE SPECS        : PD:<ADA.TOOLS>CALC*.*
  31. -- DIRECTORY DISPLAY :
  32. -- Directory   PD:<ADA.TOOLS>
  33. --      File Name     Byte Count  Line Count
  34. --   ---------------  ----------  ----------
  35. --   CALC.CM2               1417          39
  36. --   CALC.CMM                549          31
  37. --   CALC.PRO               3616          78
  38. --   CALC.SRC              25971         940
  39. --   CALCREN.SUB             127           4
  40. --   CALCSRC.DIS              62           6
  41. --   ===============  ==========  ==========
  42. --     6 Files             31742        1098
  43. --= ABSTRACT             ===============================================--
  44. --         This  tool provides an on-line calculator function.  It is set
  45. -- up to handle only integers at the present time.  One-letter  variables
  46. -- may  be defined and used.  The parser for expressions was generated by
  47. -- LR on the VAX.  Expressions  are  terminated  by  a  semi-colon.   The
  48. -- program  normally  terminates  with  a CTRL-B.  Error handling is non-
  49. -- existent at this time, so syntactic errors will also cause the program
  50. -- to exit.
  51. --= REVISION HISTORY     ===============================================--
  52. --
  53. -- DATE           VERSION AUTHOR                  HISTORY 
  54. --                1.0     WIS JPMO                Initial Release
  55. --= RELEASE NOTICE       ===============================================--
  56. -- This prologue must be included in all copies of this software.
  57. -- 
  58. -- This software is copyright by the author.
  59. -- 
  60. -- This software is released to the Ada community.
  61. -- This software is released to the Public Domain (note:
  62. --   software released to the Public Domain is not subject
  63. --   to copyright protection).
  64. -- Restrictions on use or distribution:  NONE
  65. --= DISCLAIMER           ===============================================--
  66. --     This software and its documentation are provided "AS IS" and
  67. -- without any expressed or implied warranties whatsoever.  No warranties
  68. -- as to performance, merchantability, or fitness for a particular
  69. -- purpose exist.
  70. --     The user is advised to test the software thoroughly before
  71. -- relying on it.  The user must assume the entire risk and liability of
  72. -- using this software.  In no event shall any person or organization of
  73. -- people be held responsible for any direct, indirect, consequential or
  74. -- inconsequential damages or lost profits.
  75. --======================================================================--
  76.